home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libgail-gnome-module / README < prev   
Text File  |  2008-09-23  |  1KB  |  38 lines

  1. Version 1.20.1.
  2. This directory contains the LIBGAIL-GNOME library.
  3.  
  4. For more information about GAIL and accessibility in GNOME, see:
  5.  http://developer.gnome.org/projects/gap
  6.  
  7. Dependencies
  8. ============
  9.  
  10. In order to get CVS libgail-gnome installed on your system, you need to have
  11. libbonoboui and gnome-panel installed as well.
  12. Note that libgail-gnome also requires atk and gnome-common.
  13.  
  14. Building
  15. ========
  16.  
  17. To compile a CVS version of libgail-gnome on your system, you will 
  18. need to take several steps to setup the tree for compilation.  You 
  19. can do all these steps at once by running:
  20.  
  21.         cvsroot/libgail-gnome# ./autogen.sh
  22.  
  23. Basically this does the following for you:
  24.  
  25.         cvsroot/libgail-gnome# aclocal; automake; autoconf
  26.  
  27.         The above commands create the "configure" script.  Now you
  28.         can run the configure script in cvsroot/libgail-gnome to create all
  29.         the Makefiles.
  30.  
  31. Before running autogen.sh or configure, make sure you have libtool
  32. in your path.
  33.  
  34. Note that autogen.sh runs configure for you.  If you wish to pass
  35. options like --prefix=/usr to configure you can give those options
  36. to autogen.sh and they will be passed on to configure.
  37.  
  38.